projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0f76bae
)
* test/lisp/emacs-lisp/comp-cstr-tests.el (comp-cstr-test-93): Add test.
author
Andrea Corallo
<acorallo@gnu.org>
Tue, 19 Mar 2024 09:48:18 +0000
(10:48 +0100)
committer
Andrea Corallo
<acorallo@gnu.org>
Tue, 19 Mar 2024 10:05:40 +0000
(11:05 +0100)
test/lisp/emacs-lisp/comp-cstr-tests.el
patch
|
blob
|
history
diff --git
a/test/lisp/emacs-lisp/comp-cstr-tests.el
b/test/lisp/emacs-lisp/comp-cstr-tests.el
index 991ab1f40ebfbfe86d2cb893ec148b633dfe3472..b823a190d5a70e7a41ed5709d0cf797d4f3994cf 100644
(file)
--- a/
test/lisp/emacs-lisp/comp-cstr-tests.el
+++ b/
test/lisp/emacs-lisp/comp-cstr-tests.el
@@
-232,9
+232,8
@@
The arg is an alist of: type specifier -> expected type specifier."
;; 92
((or string char-table bool-vector vector cons symbol number) .
(or number sequence symbol))
- ;; 93?
- ;; FIXME: I get `cons' rather than `list'?
- ;;((or null cons) . list)
+ ;; 93
+ ((or list (not null)) . t)
))
;;; comp-cstr-tests.el ends here